-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Allow PR title to end with a capital letter #1291
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shahzadlone
added
action/no-benchmark
Skips the action that runs the benchmark.
area/cli
Related to the CLI binary
labels
Apr 5, 2023
4 tasks
shahzadlone
changed the title
ci: Make PR title validation more relaxed
ci: Make PR title validation more Apr 5, 2023
relaxed
shahzadlone
changed the title
ci: Make PR title validation more
ci: Make PR title validation more relaxeD
Apr 5, 2023
relaxed
Codecov Report
@@ Coverage Diff @@
## develop #1291 +/- ##
===========================================
- Coverage 70.47% 70.45% -0.03%
===========================================
Files 184 184
Lines 17825 17825
===========================================
- Hits 12562 12558 -4
- Misses 4311 4314 +3
- Partials 952 953 +1 |
shahzadlone
force-pushed
the
orpheus/ci/relax-pr-title-validation
branch
from
April 5, 2023 15:27
cce67e1
to
ab2e545
Compare
shahzadlone
changed the title
ci: Make PR title validation more relaxeD
ci: Make PR title validation more relaxed`
Apr 5, 2023
shahzadlone
changed the title
ci: Make PR title validation more relaxed`
ci: Make PR title validation more Apr 5, 2023
relaxed
shahzadlone
force-pushed
the
orpheus/ci/relax-pr-title-validation
branch
from
April 5, 2023 16:00
ab2e545
to
d2286f8
Compare
shahzadlone
changed the title
ci: Make PR title validation more
ci: Make PR title validation more relaxeD
Apr 5, 2023
relaxed
shahzadlone
changed the title
ci: Make PR title validation more relaxeD
ci: Allow PR title to end with a capital letter
Apr 5, 2023
fredcarle
reviewed
Apr 5, 2023
fredcarle
approved these changes
Apr 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
shahzadlone
force-pushed
the
orpheus/ci/relax-pr-title-validation
branch
from
April 6, 2023 17:38
d2286f8
to
01b5fa4
Compare
shahzadlone
added a commit
that referenced
this pull request
Apr 13, 2023
- Resolves #1236 - Description: Allows the last character of PR title to be a capital alphabet.
shahzadlone
added a commit
to shahzadlone/defradb
that referenced
this pull request
Feb 23, 2024
- Resolves sourcenetwork#1236 - Description: Allows the last character of PR title to be a capital alphabet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relevant issue(s)
Resolves #1236
Previous PR that was closed: #1237
Description
Allows the last character of PR title to be a capital alphabet.
Note: isn't straight forward to make
back-tick
work as last character, omitting that.Tasks
How has this been tested?
make test:scripts